home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 151-175 / scopedisk168 / tinytools / noreq / noreq.man < prev    next >
Text File  |  1995-03-19  |  741b  |  27 lines

  1.  
  2. NAME
  3.        NoReq - Toggle system requester inhibition.
  4.  
  5.  
  6. SYNOPSIS
  7.        NoReq
  8.  
  9.  
  10. REQUIREMENTS
  11.        None
  12.  
  13.  
  14. DESCRIPTION
  15.        NoReq will set the WindowPtr field of its process to -1, thus
  16.        inhibiting the DOS from popping up system requesters if something
  17.        goes wrong with a DOS call by the process.
  18.        If you repeat this command the field will be switched back to 0.
  19.        Since a program inherits its process from the CLI/Shell from which
  20.        it was executed, NoReq effectively inhibits requester generation
  21.        by subsequent programs executed from the same CLI/Shell.
  22.  
  23.  
  24. EXAMPLES
  25.        Add 'NoReq' to your Remote-Startup to avoid a remote Shell user
  26.        causing a requester to pop up, thus causing a deadlock.
  27.